In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPicturePDF / DrawBarcodeAztec_4 Method

DrawBarcodeAztec_4 Method (IGdPicturePDF)

In This Topic
Syntax
'Declaration

 

<DispIdAttribute(87)>

Function DrawBarcodeAztec_4( _

   ByVal Data As String, _

   ByVal Version As BarcodeAztecCodeVersion, _

   ByVal EccPercent As Integer, _

   ByVal QuietZone As Integer, _

   ByVal ModuleSize As Integer, _

   ByVal DstX As Single, _

   ByVal DstY As Single, _

   ByVal FillColorC As Byte, _

   ByVal FillColorM As Byte, _

   ByVal FillColorY As Byte, _

   ByVal FillColorK As Byte, _

   ByVal BackColorC As Byte, _

   ByVal BackColorM As Byte, _

   ByVal BackColorY As Byte, _

   ByVal BackColorK As Byte _

) As GdPictureStatus
[DispId(87)]

GdPictureStatus DrawBarcodeAztec_4( 

   string Data,

   BarcodeAztecCodeVersion Version,

   int EccPercent,

   int QuietZone,

   int ModuleSize,

   float DstX,

   float DstY,

   byte FillColorC,

   byte FillColorM,

   byte FillColorY,

   byte FillColorK,

   byte BackColorC,

   byte BackColorM,

   byte BackColorY,

   byte BackColorK

)
function DrawBarcodeAztec_4( 

    Data: String;

    Version: BarcodeAztecCodeVersion;

    EccPercent: Integer;

    QuietZone: Integer;

    ModuleSize: Integer;

    DstX: Single;

    DstY: Single;

    FillColorC: Byte;

    FillColorM: Byte;

    FillColorY: Byte;

    FillColorK: Byte;

    BackColorC: Byte;

    BackColorM: Byte;

    BackColorY: Byte;

    BackColorK: Byte

): GdPictureStatus; 
DispIdAttribute(87)

function DrawBarcodeAztec_4( 

   Data : String,

   Version : BarcodeAztecCodeVersion,

   EccPercent : int,

   QuietZone : int,

   ModuleSize : int,

   DstX : float,

   DstY : float,

   FillColorC : byte,

   FillColorM : byte,

   FillColorY : byte,

   FillColorK : byte,

   BackColorC : byte,

   BackColorM : byte,

   BackColorY : byte,

   BackColorK : byte

) : GdPictureStatus;
[DispId(87)]

GdPictureStatus DrawBarcodeAztec_4( 

   string* Data,

   BarcodeAztecCodeVersion Version,

   int EccPercent,

   int QuietZone,

   int ModuleSize,

   float DstX,

   float DstY,

   byte FillColorC,

   byte FillColorM,

   byte FillColorY,

   byte FillColorK,

   byte BackColorC,

   byte BackColorM,

   byte BackColorY,

   byte BackColorK

) 
[DispId(87)]

GdPictureStatus DrawBarcodeAztec_4( 

   String^ Data,

   BarcodeAztecCodeVersion Version,

   int EccPercent,

   int QuietZone,

   int ModuleSize,

   float DstX,

   float DstY,

   byte FillColorC,

   byte FillColorM,

   byte FillColorY,

   byte FillColorK,

   byte BackColorC,

   byte BackColorM,

   byte BackColorY,

   byte BackColorK

) 

Parameters

Data
Version
EccPercent
QuietZone
ModuleSize
DstX
DstY
FillColorC
FillColorM
FillColorY
FillColorK
BackColorC
BackColorM
BackColorY
BackColorK
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPicturePDF
IGdPicturePDF Members